home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / DEMOF1.DCR / 00379_video2.ls < prev    next >
Encoding:
Text File  |  1998-09-17  |  352 b   |  13 lines

  1. on mouseUp
  2.   set the movieRate of sprite 2 to 0
  3.   set the movieRate of sprite 3 to 0
  4.   set the movieRate of sprite 4 to 0
  5.   set the visible of sprite 2 to 0
  6.   set the visible of sprite 3 to 0
  7.   set the visible of sprite 4 to 0
  8.   updateStage()
  9.   set the visible of sprite 2 to 1
  10.   set the visible of sprite 3 to 1
  11.   set the visible of sprite 4 to 1
  12. end
  13.